home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
Mac shareware
/
Education
/
RLaB
/
help
/
any
< prev
next >
Wrap
Text File
|
1994-09-21
|
306b
|
16 lines
any:
Syntax: any ( A )
Description:
When A is a vector (row or column):
Any returns TRUE (1) if any of the elements of A are non-zero.
Any returns FALSE (0) otherwise.
When A is a matrix (m >= 2):
Any operates on the columns of A, returning a row-vector of
ones and zeros.
See Also: all